runtime.gcBits.bytep (method)
8 uses
runtime (current package)
mbitmap.go#L121: bytes := (*[8]uint8)(unsafe.Pointer(s.allocBits.bytep(whichByte)))
mbitmap.go#L764: mrkBits := *(*uint64)(unsafe.Pointer(s.gcmarkBits.bytep(i)))
mgcsweep.go#L638: if (*s.gcmarkBits.bytep(obj / 8)&^*s.allocBits.bytep(obj / 8))>>(obj%8) != 0 {
mgcsweep.go#L643: if *s.gcmarkBits.bytep(i)&^*s.allocBits.bytep(i) != 0 {
mheap.go#L2089: func (b *gcBits) bytep(n uintptr) *uint8 {
mheap.go#L2096: return b.bytep(n / 8), 1 << (n % 8)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |